
if service.click({
{"Save to library",
}
})
return true
end

if service.click({
{"Detect Colors",
}
})
return true
end

if service.click({
{"General",
"Detect Colors",
}
})
return true
end

if service.click({
{"Navigate up",
"General",
"Detect Colors",
}
})
return true
end

if service.click({
{"Back",
"General",
"Detect Colors",
}
})
return true
end
